go/types.Checker.arguments (method)
3 uses
go/types (current package)
builtins.go#L138: check.arguments(call, sig, nil, nil, args, nil, nil) // discard result (we know the result type)
call.go#L301: sig = check.arguments(call, sig, targs, xlist, args, atargs, atxlist)
call.go#L462: func (check *Checker) arguments(call *ast.CallExpr, sig *Signature, targs []Type, xlist []ast.Expr, args []*operand, atargs [][]Type, atxlist [][]ast.Expr) (rsig *Signature) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)